Add 2026-03-02/04-02/05-02-preview API versions to preparedimagespecification#43868
Closed
benjamin-brady wants to merge 3 commits into
Conversation
…fication TypeSpec Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Next Steps to Merge✅ All automated merging requirements have been met! To get your PR merged, see aka.ms/azsdk/specreview/merge.Comment generated by summarize-checks workflow run. |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews Comment generated by After APIView workflow run. |
Member
Author
|
Superseded by #43870 (rebased onto main, opened from fork). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds three new preview API versions to the
Microsoft.ContainerServicepreparedimagespecification ARM TypeSpec project:2026-03-02-preview2026-04-02-preview2026-05-02-previewThese are pure version bumps carrying over the existing
2026-02-02-previewsurface unchanged (no model/operation changes). Each new swagger is byte-identical to the baseline apart from version strings.Changes (separate commits per concern)
Versionsenum inmain.tsp(each@armCommonTypesVersion v6, matching the existing style); addedpackage-*tags toreadme.mdand per-version Java multi-api blocks inreadme.java.md; default tag bumped topackage-2026-05-02-preview.examples/<version>/folders (copied from2026-02-02-preview,api-versionupdated).preview/<version>/preparedimagespecification.json+ example copies viatsp compile.Validation
npx tsp compile . --warn-as-errorpasses cleanly (resource-manager linter ruleset).2026-02-02-previewconfirms version-string-only changes.Notes
dev-containerservice-Microsoft.ContainerService-2026-05(same base as Add FlexNode support to AKS 2026-05-02-preview API #43857).